13. Calculating Error
Calculating Error
Instructor Notes
Note that for a vector , is used here to denote the vector length or magnitude = .
For a difference between two vectors, and , the magnitude is also the Euclidean distance between these two vectors =
In this case is meant to note the root squared error of a particular particle, resulting in the general form described in the quiz:
where:
- Position RMSE =
- Theta RMSE =
Root Squared Error Quiz
Given that the car’s ground truth position was (x, y, theta) = (5.2 m, 19.3 m, pi/16) and the best particle’s position was (x, y, theta) = (5 m, 18.7 m, pi/8), what is the error?
Position RMSE =
Theta RMSE =
Root Squared Error Quiz